Class: com.microstrategy.web.app.taglibs.ThenTag
Usage:
This custom tag is closely related to the IF custom tag family. It will allow to render its body contents if the condition on the parent IF tag returnedTrue. For example:
<web:ifFeature name="accessibility" runat="server" >
<web:mthen runat="server" >
This content will be rendered if the feature is enabled for the user
</web:mthen>
<web:melse runat="server" >
This content will be rendered only if the feature is not enabled for the user.
</web:melse>
</web:ifFeature>
| Name | Required? | Description |
| runat | true | Indicates that the ASP.Net control should be processed on the server |